projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
783824f
)
(fix_submap_inheritance): Fix parens.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 8 Apr 1998 08:24:33 +0000
(08:24 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 8 Apr 1998 08:24:33 +0000
(08:24 +0000)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index 04d2bb28d5f7626bc4117f2579cd34870ec9d93e..c0a0f21a1260f027943f199dc11c691b8ceecd7b 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-368,10
+368,10
@@
fix_submap_inheritance (map, event, submap)
/* SUBMAP is a cons that we found as a key binding.
Discard the other things found in a menu key binding. */
- if
CONSP (submap
)
+ if
(CONSP (submap)
)
{
/* May be an old format menu item */
- if
STRINGP (XCONS (submap)->car
)
+ if
(STRINGP (XCONS (submap)->car)
)
{
submap = XCONS (submap)->cdr;
/* Also remove a menu help string, if any,